home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / INTRFC61.ARJ / TEST1.INC < prev    next >
Text File  |  1990-12-18  |  104b  |  8 lines

  1.     function    fun;
  2.     var
  3.       x : double;
  4.     begin
  5.       x := 0;
  6.       x := x*x;
  7.     end;
  8.